Click or drag to resize

FileAttachmentContent Property

Contains the Base64-encoded contents of the file attachment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public byte[] Content { get; set; }

Property Value

Type: Byte
The content.
See Also